Description
Applies a digital signature to the input PDF.
Operation id | Services.SignPDF |
Category | Services |
Label | Sign PDF |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.SignPDF",
"label" : "Sign PDF",
"category" : "Services",
"requires" : null,
"description" : "Applies a digital signature to the input PDF.",
"url" : "Services.SignPDF",
"signature" : [ "blob", "blob" ],
"params" : [ {
"name" : "password",
"description" : "Certificate password.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "reason",
"description" : "Signature reason.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "username",
"description" : "The user ID for signing PDF document.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "document",
"description" : "Document reference.",
"type" : "document",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}